home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / scheme / schematk / readme.txt < prev    next >
Text File  |  1993-07-21  |  4KB  |  81 lines

  1. This directory contains Schematik, a NeXT front-end for the Scheme
  2. programming language.  The Schematik.app file package also contains
  3. MIT Scheme (CScheme), which is the default back-end.  Schematik 1.1.5.2
  4. is packaged with a modified version of MIT Scheme, version 7.1.3.
  5.  
  6.  Existing users: please see notes later in this file regarding changes.
  7.  
  8.  European users: please see the note at the end of this file regarding
  9.                  an alternative ftp site closer to you.
  10.  
  11. Fetch in binary (image) mode the file Schematik-1.1.5.2.tar.Z
  12. Then do the following command from a shell:
  13.  
  14. zcat Schematik-1.1.5.2.tar.Z | tar xf -
  15.  
  16. and then move Schematik.app into your ~/Apps or /LocalApps directory,
  17. as desired.  You may, of course, also want to drag it into your dock.
  18.  
  19. Double click and enjoy.  If you double click, but don't enjoy
  20. (because of bugs or design deficiencies), please let us know by
  21. e-mail to schematik@gac.edu.
  22.  
  23. Let us know if you want to be informed when the next version is
  24. released by e-mailing schematik@gac.edu.  In fact, just plain let us
  25. know at that address if you are using Schematik--we'd like to have
  26. some feel for what sort of usage it's getting.
  27.  
  28. Thanks.
  29. ===============
  30. Notes on version 1.1.5.2:
  31.   Version 1.1.5.2 fixes four bugs in 1.1.5.1:
  32.    - Open with no un-miniaturized window crashed Schematik.
  33.    - Ditto for quiting w/the interaction window miniaturized and clicking save.
  34.    - Under unusual circumstances a spurious syslog message was generated.
  35.    - Stubborn scheme processes weren't always killed when Schematik exits,
  36.      and Schematik was dying with a segmentation violation instead of cleanly.
  37.   Also, the included MIT Scheme has been enhanced in a few small ways:
  38.    - A functional graphics package is included in the SICP package.
  39.    - A particularly confusing error message has been replaced.
  40.    - In the SICP package, .binf files are autoloaded if available to provide
  41.      procedure names in the #[compiled-procedure ...] printed representation.
  42.      Also, more procedures now have names.
  43. ===============
  44. Notes on .binf files:
  45.   The file Schematik-1.1.5.2-binfs.tar.Z contains the directory tree
  46.   Schematik.app/kernel/library/binfs (which is empty in the normal
  47.   distribution).  If you install it you will be able to use the MIT
  48.   Scheme debugger, environment inspector, and pretty printer on
  49.   compiled procedures built into the Scheme distribution.  The down
  50.   side is that this takes up lots of disk space.  To install, assuming
  51.   you have Schematik.app in /LocalApps, you would do
  52.    zcat Schematik-1.1.5.2-binfs.tar.Z | (cd /LocalApps; tar xf -)
  53.   IMPORTANT NOTE: If you already have the binfs from version 1.1.5.1,
  54.   you can just get the much smaller Schematik-new-in-1.1.5.2-binfs.tar.Z
  55.   and unpack it as above to update the existing binfs directory tree,
  56.   rather than ftping the whole huge file.
  57. ===============
  58. Notes on source distribution:
  59.   The file SchematikSource1.1.5.2.tar.Z contains the source for the
  60.   Schematik front end and also the changes made to MIT Scheme.
  61.   Remember to use binary (image) mode if you transfer this file.
  62.   Please remember that this distribution is on a strictly AS IS
  63.   basis.  The individual files each contain the license terms,
  64.   which are adapted from the MIT Scheme license.
  65.   
  66.   If you want to compile version 1.1.5.2 under NeXTstep 3.0, please
  67.   get and read the file compiling-1.1.5.2-under-3.0.
  68. ===============
  69. Notes on European ftp site:
  70.   Users in Europe may more economically transfer Schematik from
  71.   a server established at the University of Munich, Germany.
  72.   Non-European users should not use the Munich server.  The server is
  73.   on the host ftp.informatik.uni-muenchen.de, IP address 129.187.236.10.
  74.   Schematik is in the directory /pub/next/ProgLang; version 1.1.5.2
  75.   should appear there soon after its US appearance, in the files
  76.   Schematik-1.1.5.2.README, Schematik-1.1.5.2.tar.Z,
  77.   SchematikSource1.1.5.2.tar.Z, Schematik-1.1.5.2-binfs.tar.Z, and
  78.   Schematik-new-in-1.1.5.2-binfs.bar.Z. Remember to use binary (image)
  79.   mode when transferring the .tar.Z files.  The source and binfs files
  80.   are optional.
  81.